home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / gwa281v1.zip / lib / user / pref-emx.prf < prev    next >
Text File  |  1997-03-03  |  2KB  |  164 lines

  1. # File: pref-emx.prf
  2.  
  3. #
  4. # This file is used by Angband (when it was compiled using "main-emx.c")
  5. # to specify various "user preferences".  This file specifies some visual
  6. # attr/char remappings, which allow the use of some of OS/2's built in
  7. # pseudo-graphic pictures for walls and such.  This file defines some basic
  8. # macros, which allow the use of the "keypad", alone, and with the shift or
  9. # control modifier keys.  All "special" keys are translated by "main-emx.c"
  10. # into special "macro triggers" of the encoded form "^_SSS\r", where the
  11. # two digit decimal scan code of the keypress is stored in "SSS", see 
  12. # "main-emx.c" for info.
  13. #
  14. # This file is only used by the VIO (text mode) version of Angband. The PM (graphical)
  15. # version uses *ibm.prf. The macro triggers of these two versions are not 
  16. # compatible or interchangable.
  17. #
  18.  
  19.  
  20.  
  21. ### Terrain Features ###
  22.  
  23.  
  24. #
  25. # Floors (white / centered dot)
  26. #
  27.  
  28. F:1:1/-7
  29.  
  30. #
  31. # Invis traps (white / centered dot)
  32. #
  33.  
  34. F:2:1/-7
  35.  
  36.  
  37. #
  38. # Magma (slate / special solid block)
  39. #
  40.  
  41. F:50:2/-80
  42. F:52:2/-80
  43.  
  44.  
  45. #
  46. # Quartz (light slate / special solid block)
  47. #
  48.  
  49. F:51:9/-80
  50. F:53:9/-80
  51.  
  52.  
  53. #
  54. # Secret door (white / solid block)
  55. #
  56.  
  57. F:48:1/-79
  58.  
  59. #
  60. # Granite walls (white / solid block)
  61. #
  62.  
  63. F:56:1/-79
  64. F:57:1/-79
  65. F:58:1/-79
  66. F:59:1/-79
  67.  
  68. #
  69. # Permanent rock (white / solid block)
  70. #
  71.  
  72. F:60:1/-79
  73. F:61:1/-79
  74. F:62:1/-79
  75. F:63:1/-79
  76.  
  77.  
  78.  
  79. ### Basic Macros ###
  80.  
  81.  
  82. #
  83. # Keypad (7,8,9,-,4,5,6,+,1,2,3,0,.)
  84. #
  85.  
  86. A:7
  87. P:^_071\r
  88.  
  89. A:8
  90. P:^_072\r
  91.  
  92. A:9
  93. P:^_073\r
  94.  
  95. A:-
  96. P:^_074\r
  97.  
  98. A:4
  99. P:^_075\r
  100.  
  101. A:5
  102. P:^_076\r
  103.  
  104. A:6
  105. P:^_077\r
  106.  
  107. A:+
  108. P:^_078\r
  109.  
  110. A:1
  111. P:^_079\r
  112.  
  113. A:2
  114. P:^_080\r
  115.  
  116. A:3
  117. P:^_081\r
  118.  
  119. A:0
  120. P:^_082\r
  121.  
  122. A:.
  123. P:^_083\r
  124.  
  125.  
  126. #
  127. # Shift-Keypad-8, for example, is exactly '8', so these cannot be used for macros
  128. #
  129.  
  130. #
  131. # Control + Keypad (1,2,3,4,5,6,7,8,9)
  132. #
  133. # Run, Run, Run, Run, Run, Run, Run, Run, RUN!
  134. #
  135.  
  136. A:\e\e\\.1
  137. C:^_117\r
  138.  
  139. A:\e\e\\.2
  140. C:^_145\r
  141.  
  142. A:\e\e\\.3
  143. C:^_118\r
  144.  
  145. A:\e\e\\.4
  146. C:^_115\r
  147.  
  148. A:\e\e\\.5
  149. C:^_143\r
  150.  
  151. A:\e\e\\.6
  152. C:^_116\r
  153.  
  154. A:\e\e\\.7
  155. C:^_119\r
  156.  
  157. A:\e\e\\.8
  158. C:^_141\r
  159.  
  160. A:\e\e\\.9
  161. C:^_132\r
  162.  
  163.  
  164.